home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 June / MacFormat 25.iso / Shareware City / Developers / BoxMaker++ / µZak ƒ / µZak error messages.r < prev    next >
Encoding:
Text File  |  1995-01-20  |  426 b   |  19 lines  |  [TEXT/KAHL]

  1. #include <Types.r>
  2. #include "boxmaker constants.h"
  3.  
  4. resource 'STR#' (kErrStringID) {
  5.     {
  6.         "This application requires Apple events. "
  7.         "Please upgrade to System 7.0 or later to use.",
  8.  
  9.         "An error occured during Apple event processing.",
  10.         
  11.         "µZak requires QuickTime to do its work. Install the "
  12.         "QuickTime™ extension and restart.",
  13.         
  14.         "QuickTime™ could not be initialized.",
  15.         
  16.         "A movie toolbox error occurred"
  17.     }
  18. };
  19.